pointer arithmetic meaning in Chinese
指示字运算
Examples
- Pointer arithmetic that includes constant sizes
指针算法包含常数大小。 - Complex pointer arithmetic is avoided
避免了复杂的指针算法。 - To perform pointer arithmetic
执行指针算法。 - To maintain type safety and security , by default c does not support pointer arithmetic
为了保持类型安全,默认情况下, c #不支持指针运算。 - Looks like a pointer , many common pointerish things are prohibited , such as pointer arithmetic and casts that step outside the type system
看起来像指针,但许多常见的指针功能仍是禁止的,例如指针算法和超出类型系统范围的强制转换。